home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / PCKEY.ZIP / KEYSDOWN.SCR < prev    next >
Encoding:
Text File  |  1993-05-25  |  18.9 KB  |  1,101 lines

  1. :keysdown.scr
  2.  
  3. if memory 1 = 4 goto cont_lkl
  4. memory 1 = 4
  5. memory 2 = 0
  6.  
  7. :cont_lkl
  8. if memory 2 > 0 goto repeat_lesson2
  9.  
  10. goto start_lesson
  11. :repeat_lesson
  12. bkey r
  13. bkey ' 
  14.  
  15. :start_lesson
  16. start 2
  17. clear 15
  18.  
  19. cursor 23 19
  20. print 'Press any key to start lesson 5.
  21. wait -
  22. clear 19 19
  23.  
  24. clear 15
  25. cursor 0 15
  26. print 'Lessons 5 and 6 will concentrate on the HOME keys and the row below.
  27. hkey a
  28. fkey z
  29. cursor 2 17
  30. print 'Your left little finger over the A key, also presses the Z key. You move your
  31. cursor 0 18
  32. print 'finger backwards and slightly to the right, press Z and return your finger
  33. cursor 0 19
  34. print 'resting over A.
  35.  
  36. cursor 0 21
  37. print 'Try moving your left little finger over the Z key, press it and return your
  38. cursor 0 22
  39. print 'finger back resting over the A key.
  40.  
  41. :wait_for_z
  42. wait -
  43. if key ! Z if key ! z goto wait_for_z
  44.  
  45. fkey a
  46. hkey z
  47.  
  48. print ' Good. Now press the A key.
  49.  
  50. :wait_for_a
  51. wait -
  52. if key ! A if key ! a goto wait_for_a
  53.  
  54. bkey z
  55. hkey a
  56.  
  57. print ' Good.
  58. script - waitspc
  59.  
  60. clear 15
  61. clear 15
  62. cursor 0 15
  63. print 'Now try a short test using the keys A and Z.
  64.  
  65. clear 18
  66. cursor 19 18
  67. print 'aaaa zzzz aaaa zzzz aazz aazz azaz azaz
  68. cursor 0 21
  69. print 'Remember you use your left little finger to press Z.
  70. fkey a
  71. hkey z
  72. script - waitspc
  73. bkey a
  74. bkey z
  75. script - dotest1
  76.  
  77. clear 15
  78. cursor 0 15
  79. print 'Now we shall learn about the keys S and X.
  80. hkey s
  81. fkey x
  82. cursor 2 17
  83. print 'Your left ring finger over the S key, also presses the X key. You move your
  84. cursor 0 18
  85. print 'finger backwards and slightly to the right, press X and return your finger
  86. cursor 0 19
  87. print 'resting over S.
  88.  
  89. cursor 0 21
  90. print 'Try moving your left ring finger over the X key, press it and return your
  91. cursor 0 22
  92. print 'finger back resting over the S key.
  93.  
  94. :wait_for_x
  95. wait -
  96. if key ! X if key ! x goto wait_for_x
  97.  
  98. fkey s
  99. hkey x
  100.  
  101. print ' Good. Now press the S key.
  102.  
  103. :wait_for_s
  104. wait -
  105. if key ! S if key ! s goto wait_for_s
  106.  
  107. bkey x
  108. hkey s
  109.  
  110. print ' Good.
  111. script - waitspc
  112.  
  113. clear 15
  114. clear 15
  115. cursor 0 15
  116. print 'Now try a short test using the keys S and X.
  117.  
  118. clear 18
  119. cursor 19 18
  120. print 'ssss xxxx ssss xxxx ssxx ssxx sxsx sxsx
  121. cursor 0 21
  122. print 'Remember you use your left ring finger to press X.
  123. fkey s
  124. hkey x
  125. script - waitspc
  126. bkey s
  127. bkey x
  128. script - dotest1
  129.  
  130. clear 15
  131. cursor 0 15
  132. print 'Now we shall learn about the keys D and C.
  133. hkey d
  134. fkey c
  135. cursor 2 17
  136. print 'Your left middle finger over the D key, also presses the C key. You move your
  137. cursor 0 18
  138. print 'finger backwards and slightly to the right, press C and return your finger
  139. cursor 0 19
  140. print 'resting over D.
  141.  
  142. cursor 0 21
  143. print 'Try moving your left middle finger over the C key, press it and return your
  144. cursor 0 22
  145. print 'finger back resting over the D key.
  146.  
  147. :wait_for_c
  148. wait -
  149. if key ! C if key ! c goto wait_for_c
  150.  
  151. fkey d
  152. hkey c
  153.  
  154. print ' Good. Now press the D key.
  155.  
  156. :wait_for_d
  157. wait -
  158. if key ! D if key ! d goto wait_for_d
  159.  
  160. bkey c
  161. hkey d
  162.  
  163. print ' Good.
  164. script - waitspc
  165.  
  166. clear 15
  167. clear 15
  168. cursor 0 15
  169. print 'Now try a short test using the keys D and C.
  170.  
  171. clear 18
  172. cursor 19 18
  173. print 'dddd cccc dddd cccc ddcc ddcc dcdc dcdc
  174. cursor 0 21
  175. print 'Remember you use your left middle finger to press C.
  176. fkey d
  177. hkey c
  178. script - waitspc
  179. bkey d
  180. bkey c
  181. script - dotest1
  182.  
  183. clear 15
  184. cursor 0 15
  185. print 'Now we shall learn about the keys F and V.
  186. hkey f
  187. fkey v
  188. cursor 2 17
  189. print 'Your left index finger over the F key, also presses the V key. You move your
  190. cursor 0 18
  191. print 'finger backwards and slightly to the right, press V and return your finger
  192. cursor 0 19
  193. print 'resting over F.
  194.  
  195. cursor 0 21
  196. print 'Try moving your left index finger over the V key, press it and return your
  197. cursor 0 22
  198. print 'finger back resting over the F key.
  199.  
  200. :wait_for_v
  201. wait -
  202. if key ! V if key ! v goto wait_for_v
  203.  
  204. fkey f
  205. hkey v
  206.  
  207. print ' Good. Now press the F key.
  208.  
  209. :wait_for_f
  210. wait -
  211. if key ! F if key ! f goto wait_for_f
  212.  
  213. bkey v
  214. hkey f
  215.  
  216. print ' Good.
  217. script - waitspc
  218.  
  219. clear 15
  220. clear 15
  221. cursor 0 15
  222. print 'Now try a short test using the keys F and V.
  223.  
  224. clear 18
  225. cursor 19 18
  226. print 'ffff vvvv ffff vvvv ffvv ffvv fvfv fvfv
  227. cursor 0 21
  228. print 'Remember you use your left index finger to press V.
  229. fkey f
  230. hkey v
  231. script - waitspc
  232. bkey f
  233. bkey v
  234. script - dotest1
  235.  
  236. clear 15
  237. cursor 0 15
  238. print 'Now we shall learn about the keys J and M.
  239. hkey j
  240. fkey m
  241. cursor 2 17
  242. print 'Your right index finger over the J key, also presses the M key. You move your
  243. cursor 0 18
  244. print 'finger backwards and slightly to the right, press M and return your finger
  245. cursor 0 19
  246. print 'resting over J.
  247.  
  248. cursor 0 21
  249. print 'Try moving your right index finger over the M key, press it and return your
  250. cursor 0 22
  251. print 'finger back resting over the J key.
  252.  
  253. :wait_for_m
  254. wait -
  255. if key ! M if key ! m goto wait_for_m
  256.  
  257. fkey j
  258. hkey m
  259.  
  260. print ' Good. Now press the J key.
  261.  
  262. :wait_for_j
  263. wait -
  264. if key ! J if key ! j goto wait_for_j
  265.  
  266. bkey m
  267. hkey j
  268.  
  269. print ' Good.
  270. script - waitspc
  271.  
  272. clear 15
  273. clear 15
  274. cursor 0 15
  275. print 'Now try a short test using the keys J and M.
  276.  
  277. clear 18
  278. cursor 19 18
  279. print 'jjjj mmmm jjjj mmmm jjmm jjmm jmjm jmjm
  280. cursor 0 21
  281. print 'Remember you use your right index finger to press M.
  282. fkey j
  283. hkey m
  284. script - waitspc
  285. bkey j
  286. bkey m
  287. script - dotest1
  288.  
  289. clear 15
  290. cursor 0 15
  291. print 'Now we shall learn about the keys K and ,
  292. hkey k
  293. fkey ,
  294. cursor 2 17
  295. print 'Your right middle finger over the K key, also presses the , key. You move your
  296. cursor 0 18
  297. print 'finger backwards and slightly to the right, press , and return your finger
  298. cursor 0 19
  299. print 'resting over K.
  300.  
  301. cursor 0 21
  302. print 'Try moving your right middle finger over the , key, press it and return your
  303. cursor 0 22
  304. print 'finger back resting over the K key.
  305.  
  306. :wait_for_,
  307. wait -
  308. if key ! , goto wait_for_,
  309.  
  310. fkey k
  311. hkey ,
  312.  
  313. print ' Good. Now press the K key.
  314.  
  315. :wait_for_k
  316. wait -
  317. if key ! K if key ! k goto wait_for_k
  318.  
  319. bkey ,
  320. hkey k
  321.  
  322. print ' Good.
  323. script - waitspc
  324.  
  325. clear 15
  326. clear 15
  327. cursor 0 15
  328. print 'Now try a short test using the keys K and ,
  329.  
  330. clear 18
  331. cursor 19 18
  332. print 'kkkk ,,,, kkkk ,,,, kk,, kk,, k,k, k,k,
  333. cursor 0 21
  334. print 'Remember you use your right middle finger to press ,
  335. fkey k
  336. hkey ,
  337. script - waitspc
  338. bkey k
  339. bkey ,
  340. script - dotest1
  341.  
  342. clear 15
  343. cursor 0 15
  344. print 'Now we shall learn about the keys L and .
  345. hkey l
  346. fkey .
  347. cursor 2 17
  348. print 'Your right ring finger over the L key, also presses the . key. You move your
  349. cursor 0 18
  350. print 'finger backwards and slightly to the right, press . and return your finger
  351. cursor 0 19
  352. print 'resting over L.
  353.  
  354. cursor 0 21
  355. print 'Try moving your right ring finger over the . key, press it and return your
  356. cursor 0 22
  357. print 'finger back resting over the L key.
  358.  
  359. :wait_for_.
  360. wait -
  361. if key ! . goto wait_for_.
  362.  
  363. fkey l
  364. hkey .
  365.  
  366. print ' Good. Now press the L key.
  367.  
  368. :wait_for_l
  369. wait -
  370. if key ! L if key ! l goto wait_for_l
  371.  
  372. bkey .
  373. hkey l
  374.  
  375. print ' Good.
  376. script - waitspc
  377.  
  378. clear 15
  379. clear 15
  380. cursor 0 15
  381. print 'Now try a short test using the keys L and .
  382.  
  383. clear 18
  384. cursor 19 18
  385. print 'llll .... llll .... ll.. ll.. l.l. l.l.
  386. cursor 0 21
  387. print 'Remember you use your right ring finger to press .
  388. fkey l
  389. hkey .
  390. script - waitspc
  391. bkey l
  392. bkey .
  393. script - dotest1
  394.  
  395. clear 15
  396. cursor 0 15
  397. print 'Now we shall learn about the keys ; and /.
  398. hkey ;
  399. fkey /
  400. cursor 2 17
  401. print 'Your right little finger over the ; key, also presses the / key. You move your
  402. cursor 0 18
  403. print 'finger backwards and slightly to the right, press / and return your finger
  404. cursor 0 19
  405. print 'resting over ;
  406.  
  407. cursor 0 21
  408. print 'Try moving your right little finger over the / key, press it and return your
  409. cursor 0 22
  410. print 'finger back resting over the ; key.
  411.  
  412. :wait_for_/
  413. wait -
  414. if key ! / goto wait_for_/
  415.  
  416. fkey ;
  417. hkey /
  418.  
  419. print ' Good. Now press the ; key.
  420.  
  421. :wait_for_;
  422. wait -
  423. if key ! ; goto wait_for_;
  424.  
  425. bkey /
  426. hkey ;
  427.  
  428. print ' Good.
  429. script - waitspc
  430.  
  431. clear 15
  432. clear 15
  433. cursor 0 15
  434. print 'Now try a short test using the keys ; and /.
  435.  
  436. clear 18
  437. cursor 19 18
  438. print ';;;; //// ;;;; //// ;;// ;;// ;/;/ ;/;/
  439. cursor 0 21
  440. print 'Remember you use your right little finger to press /.
  441. fkey ;
  442. hkey /
  443. script - waitspc
  444. bkey ;
  445. bkey /
  446. script - dotest1
  447.  
  448. script - progress
  449.  
  450. clear 15
  451. cursor 0 15
  452. print 'Now we will practice with the keys you have just learnt and the HOME keys.
  453.  
  454. clear 18
  455. cursor 9 18
  456. print 'vvvv ffff mmmm jjjj ffff vvvv jjjj mmmm ffjj vvmm ffvv jjmm
  457. cursor 0 21
  458. print 'Remember your index fingers rest over F and J.
  459. hkey f
  460. fkey g
  461. fkey v
  462. fkey m
  463. fkey h
  464. hkey j
  465. script - waitspc
  466. bkey f
  467. bkey g
  468. bkey v
  469. bkey h
  470. bkey m
  471. bkey j
  472. script - dotest2
  473.  
  474. cursor 9 18
  475. print 'vvvv ffgg hhjj mmmm vvmm ffjj mmvv mjmj vfvf vmvm vjvj fmfm
  476. script - dotest2
  477.  
  478. cursor 9 18
  479. print 'fvmg gvmf vmgh fmgh fvmj jvmf jfhg jvfm fhgm jghv hgfj mgvh
  480. script - dotest2
  481.  
  482. script - progress
  483.  
  484. clear 18
  485. cursor 9 18
  486. print 'cccc ddkk ,,,, cc,, dd,, kkcc ,,cc dd,, ddcc ccc, ,,,c c,,c
  487. cursor 0 21
  488. print 'Remember your middle fingers rest over D and K.
  489. hkey d
  490. fkey c
  491. fkey ,
  492. hkey k
  493. script - waitspc
  494. bkey d
  495. bkey c
  496. bkey ,
  497. bkey k
  498. script - dotest2
  499.  
  500. cursor 9 18
  501. print ',,,c ,ccc ccc, d,,, kkdd ddcc cc,, ,,kk dc,k k,cd kccd d,,k
  502. script - dotest2
  503.  
  504. cursor 9 18
  505. print 'k,k, dcdc dck, k,dc d,kc kcd, dk,, kdcc ,kkc d,,k cdd, kccd
  506. script - dotest2
  507.  
  508. script - progress
  509.  
  510. clear 18
  511. cursor 9 18
  512. print 'xxxx ssll .... xx.. ss.. llxx ..xx ss.. ssxx xxx. ...x x..x
  513. cursor 0 21
  514. print 'Remember your ring fingers rest over S and L.
  515. hkey s
  516. fkey x
  517. fkey .
  518. hkey l
  519. script - waitspc
  520. bkey s
  521. bkey x
  522. bkey .
  523. bkey l
  524. script - dotest2
  525.  
  526. cursor 9 18
  527. print '...x .xxx xxx. s... llss ssxx xx.. ..ll sx.l l.xs lxxs s..l
  528. script - dotest2
  529.  
  530. cursor 9 18
  531. print 'l.l. sxsx sxl. l.sx s.lx lxs. sl.. lsxx .llx s..l xss. lxxs
  532. script - dotest2
  533.  
  534. script - progress
  535.  
  536. clear 18
  537. cursor 9 18
  538. print 'zzzz aa;; //// zz// aa// ;;zz //zz aa// aazz zzz/ ///z z//z
  539. cursor 0 21
  540. print 'Remember your little fingers rest over A and ;
  541. hkey a
  542. fkey z
  543. fkey /
  544. hkey ;
  545. script - waitspc
  546. bkey a
  547. bkey z
  548. bkey /
  549. bkey ;
  550. script - dotest2
  551.  
  552. cursor 9 18
  553. print '///z /zzz zzz/ a/// ;;aa aazz zz// //;; az/; ;/za ;zza a//;
  554. script - dotest2
  555.  
  556. cursor 9 18
  557. print ';/;/ azaz az;/ ;/az a/;z ;za/ a;// ;azz /;;z a//; zaa/ ;zza
  558. script - dotest2
  559.  
  560. script - progress
  561.  
  562. clear 15
  563. cursor 0 15
  564. print 'Now we will practice with Z X C V M , . / and A S D F G H J K L ;
  565.  
  566. clear 18
  567. cursor 9 18
  568. print 'az sx dc fv jm k, l. ;/ azaz sxsx dcdc fvfv jmjm k,k, l.l. ;/;/
  569. cursor 0 21
  570. print 'Remember your fingers rest on the HOME keys.
  571. hkey a
  572. fkey z
  573. hkey s
  574. fkey x
  575. hkey d
  576. fkey c
  577. hkey f
  578. fkey v
  579. fkey g
  580. fkey h
  581. fkey m
  582. hkey j
  583. fkey ,
  584. hkey k
  585. fkey .
  586. hkey l
  587. fkey /
  588. hkey ;
  589. script - waitspc
  590. bkey a
  591. bkey z
  592. bkey s
  593. bkey x
  594. bkey d
  595. bkey c
  596. bkey f
  597. bkey v
  598. bkey g
  599. bkey h
  600. bkey m
  601.  
  602. bkey j
  603. bkey ,
  604. bkey k
  605. bkey .
  606. bkey l
  607. bkey /
  608. bkey ;
  609. script - dotest2
  610.  
  611. clear 18 18
  612. cursor 9 18
  613. print 'a x f h d v f h / j , l s c c g k v j d ; s z x j g a v j g
  614. script - dotest2
  615.  
  616. clear 18 18
  617. cursor 9 18
  618. print 'aza vfv k,, hmv g,g jjv fvf xsc d/l m.m vxh gsa hfh zsz cck
  619. script - dotest2
  620.  
  621. clear 18 18
  622. cursor 9 18
  623. print 'lack, asks, flag. lama, cask, dam. gag hall jazz zag chasm.
  624. script - dotest2
  625.  
  626. clear 18 18
  627. cursor 9 18
  628. print 'jack has a gag, lacks a mag, had a fag. a gag, a mag, a fag.
  629. script - dotest2
  630.  
  631. script - progress
  632.  
  633. script - repeat
  634. if key = R goto repeat_lesson
  635. if key = r goto repeat_lesson
  636.  
  637. memory 2 = 1
  638.  
  639. clear
  640. cursor 51 7
  641. print '5.
  642. script - save
  643. if key = S goto exit
  644. if key = s goto exit
  645.  
  646. clear
  647. keyboard
  648.  
  649. :repeat_lesson2
  650. if memory 2 > 1 goto exit
  651. start 2
  652. clear 15
  653. cursor 23 19
  654. print 'Press any key to start lesson 6.
  655. wait -
  656. clear 19 19
  657.  
  658. fkey f
  659. hkey b
  660. hkey n
  661. fkey j
  662. cursor 2 16
  663. print 'The B and N keys are a little bit more difficult to get used to. Like the
  664. cursor 0 17
  665. print 'T and Y keys, B and N are pressed by your index fingers.
  666.  
  667. cursor 2 18
  668. print 'Your left index finger moves from the F key in a rightward diagonal direction
  669. cursor 0 19
  670. print 'over B and your right index finger moves in a leftward diagonal direction over
  671. cursor 0 20
  672. print 'the N key.
  673.  
  674. cursor 2 21
  675. print 'These keys are awkward and take a while to get used to, so we will dedicate
  676. cursor 0 22
  677. print 'this lesson to B and N gradually including the HOME keys.
  678.  
  679. script - waitspc
  680.  
  681. hkey f
  682. fkey b
  683. bkey n
  684. bkey j
  685. clear 16
  686. cursor 2 16
  687. print 'Try moving your left index finger over the B key, press it and return your
  688. cursor 0 17
  689. print 'finger back resting over the F key.
  690.  
  691. :wait_for_b
  692. wait -
  693. if key ! B if key ! b goto wait_for_b
  694.  
  695. fkey f
  696. hkey b
  697.  
  698. cursor 2 19
  699. print 'Good. Now press the F key.
  700.  
  701. :wait_for_f
  702. wait -
  703. if key ! F if key ! f goto wait_for_f
  704.  
  705. bkey b
  706. hkey f
  707.  
  708. print ' Good.
  709. script - waitspc
  710.  
  711. bkey f
  712.  
  713. clear 15
  714. cursor 2 16
  715. print 'Try moving your right index finger over the N key, press it and move your
  716. cursor 0 17
  717. print 'finger back over the J key.
  718.  
  719. hkey j
  720. fkey n
  721.  
  722. :wait_for_n
  723. wait -
  724. if key ! N if key ! n goto wait_for_n
  725.  
  726. fkey j
  727. hkey n
  728.  
  729. cursor 2 19
  730. print 'Good. Now press the J key.
  731.  
  732. :wait_for_j
  733. wait -
  734. if key ! J if key ! j goto wait_for_j
  735.  
  736. bkey n
  737. hkey j
  738.  
  739. print ' Good.
  740. script - waitspc
  741.  
  742. clear 15
  743. cursor 0 15
  744. print 'Now we will try a short test using the keys F B and J N.
  745.  
  746. cursor 19 18
  747. print 'bbbb ffff nnnn jjjj nnnn jjjj bbbb ffff
  748. cursor 0 21
  749. print 'Remember your index fingers rest over F and J.
  750. hkey f
  751. hkey b
  752. hkey n
  753. script - waitspc
  754. bkey f
  755. bkey b
  756. bkey n
  757. bkey j
  758. script - dotest1
  759.  
  760. cursor 19 18
  761. print 'bbbb ffff bbff bbff nnnn jjjj nnjj nnjj
  762. script - dotest1
  763.  
  764. cursor 19 18
  765. print 'bbbb nnnn bbnn bbnn bfff jnnn bbjj nnff
  766. script - dotest1
  767.  
  768. cursor 19 18
  769. print 'b b b b n n n n bn bn bf bf nj nj nb nb
  770. script - dotest1
  771.  
  772. cursor 19 18
  773. print 'bfj bfj njf njf njnj bnbn fbfb bnbn nbn
  774. script - dotest1
  775.  
  776. script - progress
  777.  
  778. clear 15
  779. cursor 0 15
  780. print 'Now we will add G and H.
  781.  
  782. cursor 19 18
  783. print 'bbbb gggg jjjj nnnn hhhh ffff bbgg nnhh
  784. cursor 0 21
  785. print 'You should only be using your index fingers to press these keys.
  786. fkey f
  787. hkey g
  788. fkey b
  789. fkey n
  790. hkey h
  791. fkey j
  792. script - waitspc
  793. bkey f
  794. bkey g
  795. bkey b
  796. bkey n
  797. bkey h
  798. bkey j
  799. script - dotest1
  800.  
  801. cursor 19 18
  802. print 'ggbb hhnn bbnn jjff nnbb ffjj fbnj jhgf
  803. script - dotest1
  804.  
  805. cursor 19 18
  806. print 'bbnn bnbn bbff bfbf nnjj njnj gbbn hnnb
  807. script - dotest1
  808.  
  809. script - progress
  810.  
  811. clear 15
  812. cursor 0 15
  813. print 'Now we will add V and M.
  814.  
  815. cursor 9 18
  816. print 'vvvv bbbb nnnn mmmm nnnn vvvv mmmm bbbb vvvv nnnn bbbb mmmm
  817. cursor 0 21
  818. print 'Your index fingers rest over F and J when they are not being used.
  819. fkey f
  820. hkey v
  821. fkey g
  822. fkey b
  823. fkey n
  824. fkey h
  825. hkey m
  826. fkey j
  827. script - waitspc
  828. bkey f
  829. bkey v
  830. bkey g
  831. bkey b
  832. bkey n
  833. bkey h
  834. bkey m
  835. bkey j
  836. script - dotest2
  837.  
  838. clear 18 18
  839. cursor 9 18
  840. print 'vvff bbff mmjj nnjj bbvv nnmm bbgg nnhh nhjn bgfb bf bf nj nj
  841. script - dotest2
  842.  
  843. clear 18 18
  844. cursor 9 18
  845. print 'nvhg bmgg nvhh vfbg mjnh bfbf njnj bfgf njhj vmff vmff mvgh
  846. script - dotest2
  847.  
  848. script - progress
  849.  
  850. clear 15
  851. cursor 0 15
  852. print 'Now we will add the keys C D and , K.
  853.  
  854. cursor 9 18
  855. print 'cccc dddd bbbb ffff ,,,, kkkk nnnn jjjj cccc bbbb ,,,, nnnn
  856. cursor 0 21
  857. print 'You use your middle fingers to press C D and , K.
  858. hkey c
  859. hkey d
  860. fkey f
  861. fkey v
  862. fkey g
  863. fkey b
  864. fkey n
  865. fkey h
  866. fkey m
  867. fkey j
  868. hkey ,
  869. hkey k
  870. script - waitspc
  871. bkey c
  872. bkey d
  873. bkey f
  874. bkey v
  875. bkey g
  876. bkey b
  877. bkey n
  878. bkey h
  879. bkey m
  880. bkey j
  881. bkey ,
  882. bkey k
  883. script - dotest2
  884.  
  885. clear 18 18
  886. cursor 9 18
  887. print 'bbbb dddd nnnn cccc nnnn kkkk bbbb ,,,, ccbb nndd ,,nn bbkk
  888. script - dotest2
  889.  
  890. clear 18 18
  891. cursor 9 18
  892. print 'bbcc nn,, ccbb ,,nn nncc bb,, ,,bb ccnn cbcb cncn ,n,n ,b,b
  893. script - dotest2
  894.  
  895. clear 18 18
  896. cursor 9 18
  897. print 'bbdd nnkk dcbb k,nn cdbb ,knn cbcd ,n,k cn,k ,bcd bcbd n,nk
  898. script - dotest2
  899.  
  900. clear 18 18
  901. cursor 9 18
  902. print 'cdbf fbdc ,knj jnk, cbfd ,njk cvbn ,mnb cbgh ,mhg bbcg nn,h
  903. script - dotest2
  904.  
  905. script - progress
  906.  
  907. clear 15
  908. cursor 0 15
  909. print 'Now we will add the keys X S and . L.
  910.  
  911. cursor 9 18
  912. print 'xxxx ssss bbbb dddd .... llll nnnn kkkk nnnn ssss bbbb llll
  913. cursor 0 21
  914. print 'You use your ring fingers to press X S and . L.
  915. hkey x
  916. hkey s
  917. fkey c
  918. fkey d
  919. fkey f
  920. fkey v
  921. fkey g
  922. fkey b
  923. fkey n
  924. fkey h
  925. fkey m
  926. fkey j
  927. fkey ,
  928. fkey k
  929. hkey .
  930. hkey l
  931. script - waitspc
  932. bkey x
  933. bkey s
  934. bkey c
  935. bkey d
  936. bkey f
  937. bkey v
  938. bkey g
  939. bkey b
  940. bkey n
  941. bkey h
  942. bkey m
  943. bkey j
  944. bkey ,
  945. bkey k
  946. bkey .
  947. bkey l
  948. script - dotest2
  949.  
  950. clear 18 18
  951. cursor 9 18
  952. print 'ssss nnnn dddd bbbb xxxx nnnn llll bbbb kkkk nnnn .... bbbb
  953. script - dotest2
  954.  
  955. clear 18 18
  956. cursor 9 18
  957. print 'xxxx bbbb xxbb ssbb nnss nnxx .... nnnn ..nn llnn bbll bb..
  958. script - dotest2
  959.  
  960. clear 18 18
  961. cursor 9 18
  962. print 's j b f c k , . m v d l x h s g n ; fb ls gn v, xf gx cv .m
  963. script - dotest2
  964.  
  965. clear 18 18
  966. cursor 9 18
  967. print 'jgh ,kc .mv scv fbc s.l nkj nkf sxl ,bs bbl mhm fvn xcd gnk
  968. script - dotest2
  969.  
  970. clear 18 18
  971. cursor 9 18
  972. print 'xbsb cbdn .nln ,nkb sbxn ln.b fbnx gbsn jnb. hnlb gbgx hnh.
  973. script - dotest2
  974.  
  975. script - progress
  976.  
  977. clear 15
  978. cursor 0 15
  979. print 'Now we will use the keys Z X C V B  N M , . /  A S D F G and H J K L ;
  980.  
  981. cursor 9 18
  982. print 'zzzz bbbb xxxx nnnn //// nnnn .... bbbb aaaa nnnn ;;;; bbbb
  983. cursor 0 21
  984. print 'Remember your fingers rest on the HOME keys.
  985. fkey z
  986. hkey a
  987. fkey x
  988. hkey s
  989. fkey c
  990. hkey d
  991. hkey f
  992. fkey v
  993. fkey g
  994. fkey b
  995. fkey n
  996. fkey h
  997. fkey m
  998. hkey j
  999. fkey ,
  1000. hkey k
  1001. fkey .
  1002. hkey l
  1003. fkey /
  1004. hkey ;
  1005. script - waitspc
  1006. bkey z
  1007. bkey a
  1008. bkey x
  1009. bkey s
  1010. bkey c
  1011. bkey d
  1012. bkey f
  1013. bkey v
  1014. bkey g
  1015. bkey b
  1016. bkey n
  1017. bkey h
  1018. bkey m
  1019. bkey j
  1020. bkey ,
  1021. bkey k
  1022. bkey .
  1023. bkey l
  1024. bkey /
  1025. bkey ;
  1026. script - dotest2
  1027.  
  1028. clear 18 18
  1029. cursor 9 18
  1030. print 'bbb fff jjj nnn ggg fff bbb xxx sss bbb ddd nnn vvv fff ;;;
  1031. script - dotest2
  1032.  
  1033. clear 18 18
  1034. cursor 9 18
  1035. print 'nnn jjj fff bbb hhh jjj nnn ... lll nnn kkk bbb mmm jjj aaa
  1036. script - dotest2
  1037.  
  1038. clear 18 18
  1039. cursor 9 18
  1040. print 'a x f h d v b h / j , l s c c g k n j b ; s z x j g a n j g
  1041. script - dotest2
  1042.  
  1043. clear 18 18
  1044. cursor 9 18
  1045. print 'l / k g c v b m f s z a , . j d a z s / n v g x h m g n a /
  1046. script - dotest2
  1047.  
  1048. clear 18 18
  1049. cursor 9 18
  1050. print 'as za cv xc /l k, nj hn jb vd zf kj fn bg sx x/ sh jj n, cc
  1051. script - dotest2
  1052.  
  1053. clear 18 18
  1054. cursor 9 18
  1055. print 'zbz afa gsg bfb cbc vfc fga abf /fz z;f sxs snz kfn fbz bfn
  1056. script - dotest2
  1057.  
  1058. clear 18 18
  1059. cursor 9 18
  1060. print 'aza nfn k,, bbv g,g jjb fvf xsc d/l m.m vnh gsn hfh zsz cck
  1061. script - dotest2
  1062.  
  1063. clear 18 18
  1064. cursor 9 18
  1065. print 'aza bbv cck,, d fvf,g g gsn hfh jjb/k l.m m nfn vnh xsc zsz
  1066. script - dotest2
  1067.  
  1068. clear 18 18
  1069. cursor 9 18
  1070. print 'zaz/b lh;dd xnzkz njnbf mn,;/ mbnaz ssavn nhbjj babng .dx.n
  1071. script - dotest2
  1072.  
  1073. clear 18 18
  1074. cursor 9 18
  1075. print 'zax xsc cdv vfb bgf /;. .l, ,km mjn nhj /hcx; l.bs .f lcbbcvs
  1076. script - dotest2
  1077.  
  1078. clear 18 18
  1079. cursor 9 18
  1080. print 'jam and bananas and jaffas; vans and jags, hands and lands.
  1081. script - dotest2
  1082.  
  1083. script - progress
  1084.  
  1085. script - repeat
  1086. if key = R goto repeat_lesson2
  1087. if key = r goto repeat_lesson2
  1088.  
  1089. memory 2 = 2
  1090.  
  1091. clear
  1092. cursor 51 7
  1093. print '6.
  1094. script save
  1095.  
  1096. if key ! C if key ! c goto exit
  1097. clear
  1098. keyboard
  1099.  
  1100. :exit
  1101.